home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / bbozu7.dir / 00369_Script_PÇ™ïPǝéÊÇ¡Çýéû < prev    next >
Text File  |  1995-11-13  |  178b  |  11 lines

  1. on PgetHime
  2.   set Rand = random(3)
  3.   if Rand = 1 then UnLuckyT2
  4.   else
  5.     if Rand = 2 then UnLuckyH2
  6.     else
  7.       if Rand = 3 then UnLuckyB2
  8.     end if
  9.   end if
  10. end
  11.